Welcome![Sign In][Sign Up]
Location:
Search - dialog m

Search list

[Other resourceC_LIB

Description: 消息中有什么? 是否觉得一个消息记录中的信息像希腊语一样?如果是这样,那么看一看下面的解释: hwnd 32位的窗口句柄。窗口可以是任何类型的屏幕对象,因为Win32能够维护大多数可视对象的句柄(窗口、对话框、按钮、编辑框等)。 message 用于区别其他消息的常量值,这些常量可以是Windows单元中预定义的常量,也可以是自定义的常量。 wParam 通常是一个与消息有关的常量值,也可能是窗口或控件的句柄。 lParam 通常是一个指向内存中数据的指针。由于W P a r a m、l P a r a m和P o i n t e r都是3 2位的,因此,它们之间可以相互转换。-had any news? Think that the news of the information in the record as Greek? If this is the case, then look at the following explanation : hwnd 32 of the window handle. Window can be any type of screen, because most of Win32 to maintain a handle visual objects (windows, dialog boxes, buttons, edit box, etc.). Message used to distinguish between other sources of regular money, These constants can be Windows modules predefined constants, it can also be a self-defined constants. WParam is usually a source with the regular money, it might be the window handle or control. LParam is usually a memory data at the target. As a W P a r m, l P a r m and a P i n o t r e are three-two, therefore, They could change.
Platform: | Size: 25577 | Author: 张宾 | Hits:

[Windows Developccombobox

Description: 自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除\"工程名.clw\"文件后退出,再次进入工程系统会提示找不到\"工程名.clw\"文件,选择\"“是(Yes)\"重新创建一个,接下来在弹出的对话框里选择\"Add all\"就可以在新工程中使用CAutoCompleteCombo这个类了(注意引入头文件),我在示例对话框中创建了一个CAutoCompleteCombo类型的变量\"m_combo\",在对话框的\"nInitDialog()\"函数中添加了以下语句: // TODO: Add extra initialization here m_combo.AddString(\"America\") m_combo.AddString(\"British\") m_combo.AddString(\"China\") m_combo.AddString(\"Dalian\") m_combo.AddString(\"England\") m_combo.AddString(\"France\") 这样,用户在输入这些字符的头几个字符(不区分大小写)就可以看到自动完成的效果了.-automatic composite frame to complete the realization of the AutoCompleteCombo.cpp and AutoCompleteCombo.h two documents, the user can introduce these two documents of the project, delete the "project name. Clw documents "to withdraw, once again entered the system is not able to find" who works. Clw "document choose "" (Yes), "a re-creation of, the next in the pop-up dialog box you select" Add all "on the new projects CAutoCompleteCombo use of this category (Note the introduction of the first paper), in the example I created a dialog CAutoCompleteCombo type of a variable" m _combo "in the box" nInitDialog () "function to add the following phrase : / / TODO : Add extra initialization here m_combo.AddString (" America &quo
Platform: | Size: 28030 | Author: wang | Hits:

[SourceCode基于Gabor特征提取和人工智能的人脸检测系统源代码

Description: Version : 5.0 (New Version) 1- copy all files and directories to the MATLAB's work folder * In order to run the program you must have Image Processing and Neural Networks Toolboxes 2- find the file named "main.m" 3- Double click on this file or type "main" in the command window 4- a menu will be shown . click on "Train Network" and wait until the program is done with the training 5- click on "Test on Photos". A dialog box will be appeared. Select a .jpg photo 6- Wait until the program detects some
Platform: | Size: 1003517 | Author: tyc5689123 | Hits:

[matlabIntroduction to Statistics Toolbox(demo)

Description: Introduction to Statistics Toolbox 很棒的demo和介绍,示例 demo/M-Files: closeDTool.m Force close DFITTOOL (without confirmation dialog) createCarDatabase.m Creates dataset array from Excel file and converts appropriate variables to categorical arrays FuelEconomyAnalysis.m Main analysis script for publishing loadData.m Load all data in directory and create a single dataset modelMPG.m Creates model for MPG based on filter parameters myDistFit.m Distribution fit for MPG (auto-generated, not used in demo) myPlot.m Custom plot for plotting model MPG vs. actual MPG simMPG.m Simulate the model with parameters demo/Excel (.xls) Files: 00dat.xls Fuel economy data for the year 2000 01dat.xls Fuel economy data for the year 2001 02dat.xls Fuel economy data for the year 2002 03dat.xls Fuel economy data for the year 2003 04dat.xls Fuel economy data for the year 2004 05dat.xls Fuel economy data for the year 2005 0607dat.xls Fuel economy data for the year 2006 and 2007
Platform: | Size: 1514205 | Author: flashpku | Hits:

[Windows Developccombobox

Description: 自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除"工程名.clw"文件后退出,再次进入工程系统会提示找不到"工程名.clw"文件,选择"“是(Yes)"重新创建一个,接下来在弹出的对话框里选择"Add all"就可以在新工程中使用CAutoCompleteCombo这个类了(注意引入头文件),我在示例对话框中创建了一个CAutoCompleteCombo类型的变量"m_combo",在对话框的"nInitDialog()"函数中添加了以下语句: // TODO: Add extra initialization here m_combo.AddString("America") m_combo.AddString("British") m_combo.AddString("China") m_combo.AddString("Dalian") m_combo.AddString("England") m_combo.AddString("France") 这样,用户在输入这些字符的头几个字符(不区分大小写)就可以看到自动完成的效果了.-automatic composite frame to complete the realization of the AutoCompleteCombo.cpp and AutoCompleteCombo.h two documents, the user can introduce these two documents of the project, delete the "project name. Clw documents "to withdraw, once again entered the system is not able to find" who works. Clw "document choose "" (Yes), "a re-creation of, the next in the pop-up dialog box you select" Add all "on the new projects CAutoCompleteCombo use of this category (Note the introduction of the first paper), in the example I created a dialog CAutoCompleteCombo type of a variable" m _combo "in the box" nInitDialog () "function to add the following phrase :// TODO : Add extra initialization here m_combo.AddString (" America &quo
Platform: | Size: 27648 | Author: wang | Hits:

[Graph DrawingC_LIB

Description: 消息中有什么? 是否觉得一个消息记录中的信息像希腊语一样?如果是这样,那么看一看下面的解释: hwnd 32位的窗口句柄。窗口可以是任何类型的屏幕对象,因为Win32能够维护大多数可视对象的句柄(窗口、对话框、按钮、编辑框等)。 message 用于区别其他消息的常量值,这些常量可以是Windows单元中预定义的常量,也可以是自定义的常量。 wParam 通常是一个与消息有关的常量值,也可能是窗口或控件的句柄。 lParam 通常是一个指向内存中数据的指针。由于W P a r a m、l P a r a m和P o i n t e r都是3 2位的,因此,它们之间可以相互转换。-had any news? Think that the news of the information in the record as Greek? If this is the case, then look at the following explanation : hwnd 32 of the window handle. Window can be any type of screen, because most of Win32 to maintain a handle visual objects (windows, dialog boxes, buttons, edit box, etc.). Message used to distinguish between other sources of regular money, These constants can be Windows modules predefined constants, it can also be a self-defined constants. WParam is usually a source with the regular money, it might be the window handle or control. LParam is usually a memory data at the target. As a W P a r m, l P a r m and a P i n o t r e are three-two, therefore, They could change.
Platform: | Size: 25600 | Author: 张宾 | Hits:

[JSP/Javaselect_button

Description: 复选框、单选按钮及对话框的应用,说明:男、女为单选按钮,数学、语文为复选框,当在文本框中输入一个名字,单选按钮选“男”,复选框都选上时-Check box, radio button and dialog application Description: male and female for the radio button, mathematics, language for the check box, when in the text box, enter a name, choose the radio button M , check box when elections are
Platform: | Size: 1024 | Author: 轩轩 | Hits:

[ListView/ListBoxpics_qtz

Description: a not finished project that concerns a code creator for PIC ASM programmer (mid range). It must calculate all values needed in configuring the periph of the PIC. It uses classic control in Windows Dialog Box program. I m now workin in finishing this program
Platform: | Size: 37888 | Author: rthcpp | Hits:

[GDI-BitmapZoomCtrl

Description: 我在工作中需要使用一个对话框显示图表,还能进行放大与缩小。图像放大对滚动条CScrollView也进行了处理。-I m working on a dialog to display a type of chart.I figured I could easily find such a thing, or whip one up using the scroll functions of CWnd .
Platform: | Size: 28672 | Author: Athink | Hits:

[Dialog_Windowokc9

Description: (1) 设计一个易于理解的界面,动态显示各梯的载客与运行情况(上、下或停止),动态显示各楼层的人员停留情况与要求乘梯情况;动态显示从仿真开始到目前的时间。 (2) 可变动的参数(K、N、M、L、S、T)应在程序开始时从对话框输入 -(1) to design a easy-to-understand interface, dynamic display of the ladder with the operation of the passenger (the upper and lower or stop), dynamic display of personnel on each floor with the request to stay the case by ladder dynamic display from the beginning to the current simulation时间. (2) changes in the parameters (K, N, M, L, S, T) should be the beginning of the proceedings from the dialog box enter
Platform: | Size: 8192 | Author: Xu Enliang | Hits:

[Dialog_WindowSkinMagic_demo23

Description: 对使用mfc编写的程序进行换皮肤的操作 方法简单,易于学习-SkinMagic_demo23
Platform: | Size: 516096 | Author: lihua | Hits:

[Dialog_WindowSP_source

Description: I m a student and very interested in VC++. I often enter this web site to get free source code. I was in need of a splitter in a dialog. I downloaded one but it s very complex and I felt it was difficult to use the control (although it s very powerful) so I made one for myself. Maybe, it s not useful for you, but if there s only one person who thinks it s useful, I will be very happy. Sometimes you don t need good skill, just a good idea, and by this simple way a useful piece of code will be produced. My splitter control is one of this kind-Another splitter control for dialog
Platform: | Size: 4096 | Author: 何孟东 | Hits:

[VC/MFCVisualC60

Description: 本 书 是 美 国 微 软 出 版 社 授 权 的 M i c r o s o f t V i s u a l S t u d i o 系列中文版图书之 一, 它是V i s u a l C + + 6 . 0 程序员的实用参考书。全书共分成六个部分: 第一部分 介绍D e v e l o p e r S t u d i o 和A p p W i z a r d 的基础知识; 第二部分介绍文本、图形和对 话框编辑器; 第三部分是编程指南, 展示了如何使用C l a s sW i z a r d 和G a l l e r y 来 加速编程开发工作, 创建自己的组件; 第四部分介绍A c t i v e X 控件及其使用, 说 明如何用M F C 或A T L 来写A c t i v e X 控件; 第五部分讨论调试器的各种能力, 程 序优化的各种选项及原因, 如何定制V i s u a l C + + , 如何编制宏和附加实用程序; 第六部分提供A S C I I 字符和A N S I 字符的标准表格, 并简要描述C l a s sW i z a r d 支 持的M F C 类和V B S c r i p t。 书 中 讨 论 的 许 多 主 题 均 以 范 例 程 序 进 行 说 明 , 所 有 范 例 程 序 的 项 目 文 件 都 在配套光盘上。本书是从事V i s u a l C + + 6 . 0 应用与开发的所有技术人员极好的工 具书, 同时也是大专院校相关专业的师生的自学、教学参考用书。-U.S. Microsoft Press book is an authorized M icrosoft V isual S tudio series of Chinese books First, it is the V isual C++ 6. 0 Programmers practical reference book. The book is divided into six parts: Part I Description D eveloper S tudio and A pp W izard the basics second part text, graphics and Dialog editor third part is the programming guide shows how to use C las sW izard and G allery to Accelerated development program, create your own components the fourth section describes the A ctive X control their use, said Out how to use MFC or ATL to write A ctive X controls fifth section discusses the debugger capabilities, process Ordinal optimization and the reasons for the various options and how to customize the V isual C++, how to prepare macros and additional utility Part VI provides ASCII characters and ANSI characters in the standard form, and a brief description of C las sW izard support Support of M F C class and V B S c r i p t. Many of the topics discuss
Platform: | Size: 10812416 | Author: zzg | Hits:

[OtherVirtualVirus

Description: 1、在主程序中要求将程序拷贝到系统盘\windows\目录下并更名为taskmgr.exe,同时复制第二份到系统盘\windows\system32目录下并更名为explorer.exe。用以混淆用户对病毒的第一判断。 2、程序建立两个windows进程,每个进程每一个时钟周期检查另外一个进程是否正在运行。如果存在弹出对话框“I’m still here!”,如果不存在启动另一个进程并弹出对话框“I’m still here!”。 3、将拷贝好的两个病毒程序添加到注册表起动项中。(oftware\\microsoft\\windows\\currentversion\\run)。每个时钟程序在运行的时候都要向注册表中添加此信息。 -1, in the main program the requested copies of the program to the system disk \ windows \ directory and renamed taskmgr.exe, while the second copy to the system drive \ windows \ system32 directory and renamed explorer.exe. To confuse the users first determine the virus. 2, the program process of the establishment of two windows, each process checks each clock cycle, another process is running. If there are pop-up dialog box " I' m still here!" , If there is no start another process and the pop-up dialog box " I' m still here!" . 3, the two-virus program will copy a good start to the registry key. (Oftware \ \ microsoft \ \ windows \ \ currentversion \ \ run). Each clock is running when the program should add this information to the registry.
Platform: | Size: 3504128 | Author: 赵岩 | Hits:

[matlabIntroToStatsWebinar

Description: Exellent Introduction to Statistics Toolbox 对matlab Statistics Toolbox的非常棒的demo -Exellent Introduction to Statistics Toolbox demo/M-Files: closeDTool.m Force close DFITTOOL (without confirmation dialog) createCarDatabase.m Creates dataset array from Excel file and converts appropriate variables to categorical arrays FuelEconomyAnalysis.m Main analysis script for publishing loadData.m Load all data in directory and create a single dataset modelMPG.m Creates model for MPG based on filter parameters myDistFit.m Distribution fit for MPG (auto-generated, not used in demo) myPlot.m Custom plot for plotting model MPG vs. actual MPG simMPG.m Simulate the model with parameters demo/Excel (.xls) Files: 00dat.xls Fuel economy data for the year 2000 01dat.xls Fuel economy data for the year 2001 02dat.xls Fuel economy data for the year 2002 03dat.xls Fuel economy data for
Platform: | Size: 1514496 | Author: flash peng | Hits:

[ActiveX/DCOM/ATLex1

Description: 创建一个基于对话框的应用程序ex1。 ⑴将对话框的标题改为问卷调查; ⑵添加一个组框,组框的标题为“你的年龄”,在组框中添加三个单选按钮,标题分别为“<18”、“18~22”和“>22”; ⑶添加一个静态文本控件,标题为“你的性别:”,添加两个单选按钮,标题分别为“男”、“女”; ⑷添加一个组框,组框的标题为“你的爱好”,在组框中添加三个复选按钮,标题分别为“运动”、“上网”、“看书”; ⑸设置两组单选按钮的初始状态为:“18~22”、“男”为选中; ⑹单击“确定”按钮时,出现一个消息框,显示选择的内容。 -将中文译成英语 Create a dialog-based applications ex1. ⑴ to change the title of the dialog box questionnaire ⑵ Add a group box, set the box titled "Your age" in the group box to add three radio buttons, entitled "<18", "18 ~ 22" and "> 22" ⑶ add a static text control, entitled "Your gender:", add two radio buttons, entitled "Male", "Female" ⑷ Add a group box, set the box titled "Your love" in the group check box to add the three buttons, entitled "Movement", "Internet", "read" ⑸ two radio buttons to set the initial state as: "18 22", "M" is selected ⑹ click "OK" button, a message box to display the selected content
Platform: | Size: 2058240 | Author: 黄世爱 | Hits:

[matlabfunction2

Description: Generating an Optical Sensor Image From Simulated Movement Data This script (aero_pointer_tracker.m) generates a movie with 64 frames and a frame size of 64 by 64 pixels (at 10 frames per second). The movie contains a simulation of a moving target that is moving through a structured background that is itself moving. A jitter motion caused by random vibration is also generated (in a Simulink® model called "aero_vibrati") and the jitter motion is added into the overall sensor motion. Finally, the image is blurred through a Gaussian optical point spread function. Note: Changing delt here also requires a change in the parameters set-up dialog box in the Simulink model "vibration". -Generating an Optical Sensor Image From Simulated Movement Data This script (aero_pointer_tracker.m) generates a movie with 64 frames and a frame size of 64 by 64 pixels (at 10 frames per second). The movie contains a simulation of a moving target that is moving through a structured background that is itself moving. A jitter motion caused by random vibration is also generated (in a Simulink® model called "aero_vibrati") and the jitter motion is added into the overall sensor motion. Finally, the image is blurred through a Gaussian optical point spread function. Note: Changing delt here also requires a change in the parameters set-up dialog box in the Simulink model "vibration".
Platform: | Size: 1024 | Author: sabah_altaie | Hits:

[ActiveX/DCOM/ATLDlg_OpenGL20110129

Description: 这个是我为了做出一个OpenGL的对话框仪表程序,因为,我不了解OpenGL的视图(窗口?)是否可以生成ActiveX(.ocx),所以,(我笨啊,懒啊,没人告诉我啊。)我先做了个对话框基础的OpenGL的仪表程序。 这个是基于NEHEOpenGL的一个程序来的。因为我不怎么会啊。(自卑啊)-This is my dialog box in order to make an OpenGL program instrumentation, because I do not know OpenGL view (window?) Can generate ActiveX (. Ocx), so (I Bena, lazy, ah, ah no one told me .) I had a dialog box do first OpenGL-based instrument procedures. This is a program based on NEHEOpenGL come. I' m not very good ah. (Inferior ah)
Platform: | Size: 54272 | Author: sdx | Hits:

[GUI DevelopGL12

Description: 编写Windows 窗口应用程序,要求能实现如下功能:1.包含如下菜单项:学生管理—>管理(M) ,管理菜单项选择后要求弹出自定义对话框对学生进行管理,管理内容包括 增加学生,浏览学生信息,删除学生; 2.学生信息包括性别,专业,CET4,CET6,计算机等级考试等学习情况,要求使用Radio,CheckBox,ComboBox,Button,EditBox; 3.学生管理对话框中增加头像选择功能,头像采用cat.ico, dog.ico, boy.ico, girl.ico 文件; 4.增加菜单项:学生管理—>保存(S),读取(R) ,能将所有学生信息(包含头像信息)保存到指定的二进制文件no12.data中。-Write Windows window application requirements to achieve the following functions: 1. Contains the following menu items: Student Management- " Administrative (M), management requirements of the pop-up menu of options to customize the dialog box after the students management, management including increased student View student information, delete the student 2. student information including gender, professional, CET4, CET6, learning computer grade examinations, requires the use of Radio, CheckBox, ComboBox, Button, EditBox 3. Student Management dialog box, select the features to increase picture , head with cat.ico, dog.ico, boy.ico, girl.ico documents 4. add menu item: Student Management-> Save (S), read (R), can all student information (including picture information ) saved in the specified binary file no12.data
Platform: | Size: 4195328 | Author: | Hits:

[OpenGL programOpenGL_MFC

Description: 这一些OpenGL在MFC中实现的一些小的例程,可以实现抗锯齿,纹理映射,纹理照明,纹理透明度等。 这些例程创建一种方法实现以下功能: 在一个对话框中画一个简单的立方体并使用OpenGL进行渲染。 可以用鼠标右键菜单操纵物体,改变纹理等。 一个定时器控制的自动旋转。 纹理文件必须是2^n*2^m*24bits的BMP位图。-This is the smallest example to make : Antialiasing Gouraud Texture mapping Texture lighting Texture transparency This sample create an OpenGL rendering context in a dialog box and draw a simple cube. We can manipulate the object with the mouse, and change texture file with a popup menu item. A timer animate a rotation. Texture files are .BMP files (2^n* 2^m* 24 bits).
Platform: | Size: 1108992 | Author: 李平 | Hits:
« 1 23 »

CodeBus www.codebus.net